home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / DefineSprite_203 / frame_16 / DoAction.as
Text File  |  2011-08-19  |  187b  |  12 lines

  1. _root.head.gotoAndStop(_root.head._currentframe + 1);
  2. _root.lives--;
  3. if(_root.lives < 0)
  4. {
  5.    _root.gotoAndStop("sacked");
  6. }
  7. else
  8. {
  9.    trace(_root.lives);
  10.    gotoAndStop(1);
  11. }
  12.